home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DEMOS / ICON.ARC / !ICON / !RUN < prev    next >
Text File  |  1996-09-02  |  817b  |  36 lines

  1. | Icon version 1.00 for the Acorn StrongARM CD
  2. | Quantum
  3.  
  4. set icondemo$dir <obey$dir>
  5. iconsprites <icondemo$dir>.!Sprites
  6.  
  7. Wimpslot 2432k 2432k
  8.        | Ensure theres enough mem free for the rest o demo
  9.        
  10. <icondemo$dir>.CompTest
  11. IF "<crap$Dir>"="crap" THEN Error Sorry, you need a RiscPC (with at least 1 meg of VRAM) to see this demo.
  12.  
  13. rmload <icondemo$dir>.Mods.QTMtracker
  14. rmload <icondemo$dir>.Mods.LZHD
  15.  
  16. Wimpslot 1280k 1280k
  17. <icondemo$dir>.intro.doit
  18.  
  19. Wimpslot 1280k 1280k
  20. <icondemo$dir>.intro.mainbit
  21. Wimpslot 1280k 1280k
  22. <icondemo$dir>.Main.Mainrun
  23.  
  24. qtmstop
  25. qtmclear
  26. qtmvolume 64
  27. Wimpslot 1280k 1280k
  28. <icondemo$dir>.End.Hitit
  29. qtmstop
  30. qtmclear
  31. qtmvolume 64
  32.  
  33. | Cheesomaticâ„¢ looporama :
  34. | To make the demo loop infinitely (well until something overflows)
  35. | comment in the next line:
  36. | Run <icondemo$dir>.!Run